home *** CD-ROM | disk | FTP | other *** search
- // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
- /* $Id: SphrDll.h 1.1 1996/07/19 00:09:45 Damien Exp $ */
- //
- // Globals used by DLL
- //
-
- #ifndef __SPHRDLL__
- #define __SPHRDLL__
-
- // Global variables used by the DLL
- extern long global_count_Obj; // } defines in SPHEDLL.CPP
- extern long global_count_Lock; // }
-
- #endif
-